ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Removes a notification from the system bar.
Example
notif is Notification
notif.Title = "New incoming message"
notif.Message = "Click here to display the message"
notif.Add()
...
notif.Delete()
Syntax
<Result> = <Notification>.Delete()
<Result>: Boolean
  • True if the notification was deleted,
  • False otherwise.
Remark: In the simulator, this function has no effect and it always returns False.
<Notification>: Notification variable
Name of the Notification variable that corresponds to the notification to be deleted.
Business / UI classification: Business Logic
Component: wd290android.aar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help